![]() |
ALMaSS
1.0
The Animal, Landscape and Man Simulation System
|
Base class for a configurator entry. More...
#include <configurator.h>
Public Member Functions | |
CfgBase (const char *a_key, CfgSecureLevel a_level) | |
virtual | ~CfgBase (void) |
const string | getkey (void) |
virtual CfgType | gettype (void) |
CfgSecureLevel | getlevel (void) |
Protected Attributes | |
string | m_key |
CfgSecureLevel | m_level |
bool | m_rangetest |
Base class for a configurator entry.
CfgBase::CfgBase | ( | const char * | a_key, |
CfgSecureLevel | a_level | ||
) |
References Configurator::Configurator(), g_cfg, and Configurator::Register().
|
inline |
|
inline |
|
inlinevirtual |
|
protected |
|
protected |
|
protected |
Referenced by CfgFloat::CfgFloat(), CfgInt::CfgInt(), CfgFloat::set(), and CfgInt::set().